home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 2003 September
/
PC Answers September 2003.iso
/
Software
/
freeware
/
pixeltoolbox
/
Setup.exe
/
Main
/
PixelToolbox.exe
/
PixelToolbox.dxr
/
Interface_451_Saturation status.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-06-08
|
209 b
|
14 lines
global gHSL
on mouseEnter me
if gHSL <> VOID then
put "Target Saturation value." into field "status"
end if
end
on mouseLeave me
if gHSL <> VOID then
put EMPTY into field "status"
end if
end